Spread WPF Documentation
NotifyCollectionBase<T> Class Members
Fields  Properties  Methods  Events


GrapeCity.Windows.SpreadSheet.Data Namespace : NotifyCollectionBase<T> Class

The following tables list the members exposed by NotifyCollectionBase<T>.

Protected Fields
 NameDescription
Protected FieldThe items.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the collection.  
Public PropertyGets a value that indicates whether the collection is read-only.  
Public PropertyGets or sets the item at the specified index.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the items of the collection.  
Top
Public Methods
 NameDescription
Public MethodAdds the specified item.  
Public MethodAdds the items in the specified collection to the end of the collection.  
Public MethodRemoves all items from this collection.  
Public MethodDetermines whether the collection contains a specified item.  
Public MethodCopies all the items in the current collection to the specified array starting at the specified destination index.  
Public MethodReturns an enumerator that iterates through the collection.  
Public MethodFinds the index for a specified item.  
Public MethodInserts an item at a specified index.  
Public MethodRemoves the specified item from the collection.  
Public MethodRemoves the item at the specified index.  
Public MethodResumes the collection Changed event.  
Public MethodSuspends the collection Changed event.  
Public MethodConverts the collection to an array.  
Top
Protected Methods
 NameDescription
Protected MethodClears the internal.  
Protected MethodRaises the PropertyChanged event.  
Top
Public Events
 NameDescription
Public EventOccurs when the items list of the collection has changed or the collection is reset.  
Public EventOccurs when a property value changes.  
Top
See Also

Reference

NotifyCollectionBase<T> Class
GrapeCity.Windows.SpreadSheet.Data Namespace